Vectors and matrices
Vectors and matrices are just collections of ordered numbers that represent something: movements in space, scaling factors, pixel brightness, etc.
Vectors
- A column vector
- A row vector
, $T$ denotes the transpose operation
Matrix
A matrix
Grayscale images have one number per pixel, so they are stored as an
Basic Matrix Operations
1. Addition
2. Scaling
3. Inner product
4. Multiplication
5. Powers
6. Transpose
7. Determinant
means $A$ is singular
8. Trace
Special Matrices
1. Identity Matrix
2. Diagonal Matrix
3. Symmetric Matrix
4. Skew-symmetric Matrix
Transformation Matrices
1. Translation
2. Scaling
3. Translation & Scaling
4. Rotation
5. Rotation & Translation & Scaling
Matrix Inverse
Matrix Rank
The number of linearly independent columns, e.g.
Singular Value Decomposition(SVD)
- $U$ and $R$ are always rotation matrices
is a diagonal matrix which sorts from high to low